home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 January
/
ChipCD_1.03.iso
/
oddech
/
bsen
/
BSinstall.exe
/
BecheruvSen.exe
/
scripts
/
DefineButton2_1027
/
BUTTONCONDACTION on(release).as
next >
Wrap
Text File
|
2002-11-01
|
685b
|
35 lines
on(release){
_root.stopdragall();
if(_root.poz == "b")
{
if(_root.skrin._currentframe == 1)
{
_root.set_info(200);
}
else
{
_root.set_info(201);
}
_root.ic_none();
_root.ic_ruka();
_root.pepa.gotoAndPlay(_root.poz add "d");
}
else if(_root.poz == "d")
{
if(_root.skrin._currentframe == 1)
{
_root.skrin.gotoAndStop(2);
_root.sound_byt_dvere.start();
_root.set_info(201);
}
else
{
_root.pepa.gotoAndPlay("klaun");
}
}
else
{
_root.pepa.gotoAndPlay(_root.poz add "d");
}
}